home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / c / LEDA_GUI.lha / README.LEDA < prev   
Encoding:
Text File  |  1995-02-03  |  2.2 KB  |  56 lines

  1.  
  2.                                   LEDA
  3.  
  4.              A Library of Efficient Data Types and Algorithms
  5.  
  6. LEDA is a library of the data types and algorithms of combinatorial computing. 
  7. The main features are:
  8.  
  9. 1.  LEDA provides a sizable collection of data types and algorithms in a form 
  10.     which allows them to be used by non-experts. In the current version, this
  11.     collection includes most of the data types and algorithms described in the 
  12.     text books of the area. 
  13.  
  14. 2.  LEDA gives a precise and readable specification for each of the data types 
  15.     and algorithms mentioned above.  The specifications are short (typically, 
  16.     not more than a page), general (so as to allow several implementations), 
  17.     and abstract (so as to hide all details of the implementation). 
  18.  
  19. 3.  For many efficient data structures access by position is important. In 
  20.     LEDA, we use an item concept to cast positions into an abstract form. We 
  21.     mention that most of the specifications given in the LEDA manual use this 
  22.     concept, i.e., the concept is adequate for the description of many data 
  23.     types. 
  24.  
  25. 4.  LEDA contains efficient implementations for each of the data types, e.g., 
  26.     Fibonacci heaps for priority queues, red-black trees and dynamic perfect 
  27.     hashing for dictionaries, ...
  28.  
  29.  
  30. 5.  LEDA contains a comfortable data type graph. It offers the standard 
  31.     iterations such as ``for all nodes v of a graph G do'' or ``for all 
  32.     neighbors w of v do'', it allows to add and delete vertices and edges 
  33.     and it offers arrays and matrices indexed by nodes and edges,...  
  34.     The data type graph allows to write programs for graph problems in a 
  35.     form close to the typical text book presentation.
  36.  
  37.  
  38. 6.  LEDA is implemented by a C++ class library. It can be used with allmost
  39.     any C++ compiler that supports templates.
  40.  
  41.  
  42. 7.  LEDA is not in the public domain, for information how to obtain
  43.     a commerical license write to leda@mpi-sb.mpg.de.
  44.  
  45.  
  46. 8.  LEDA is available by anonymous ftp from 
  47.  
  48.     ftp.mpi-sb.mpg.de        /pub/LEDA
  49.  
  50.     Files:
  51.  
  52.     LEDA-<version>.tar.Z     UNIX (tar + compress)     
  53.     LEDA-<version>.tgz       UNIX (tar + gzip)
  54.     LEDA-<version>.zip       DOS  (zip)
  55.  
  56.